home *** CD-ROM | disk | FTP | other *** search
/ 3D Games (Spidla) / 3dhry2.iso / Cube Drop 2001 1.0 / work / opengl / cube_drop / 3DFont.rc < prev    next >
Encoding:
Text File  |  2003-03-17  |  11.3 KB  |  377 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\3DFont.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#include ""afxprint.rc""       // printing/print preview resources\r\n"
  56.     "#endif\0"
  57. END
  58.  
  59. #endif    // APSTUDIO_INVOKED
  60.  
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Icon
  65. //
  66.  
  67. // Icon with lowest ID value placed first to ensure application icon
  68. // remains consistent on all systems.
  69. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\3DFont.ico"
  70. IDR_MY3DFOTYPE          ICON    DISCARDABLE     "res\\3DFontDoc.ico"
  71.  
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Bitmap
  75. //
  76.  
  77. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\\Toolbar.bmp"
  78.  
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // Toolbar
  82. //
  83.  
  84. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  85. BEGIN
  86.     BUTTON      ID_FILE_NEW
  87.     BUTTON      ID_FILE_OPEN
  88.     BUTTON      ID_FILE_SAVE
  89.     SEPARATOR
  90.     BUTTON      ID_EDIT_CUT
  91.     BUTTON      ID_EDIT_COPY
  92.     BUTTON      ID_EDIT_PASTE
  93.     SEPARATOR
  94.     BUTTON      ID_FILE_PRINT
  95.     BUTTON      ID_APP_ABOUT
  96. END
  97.  
  98.  
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // Menu
  102. //
  103.  
  104. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  105. BEGIN
  106.     POPUP "&File"
  107.     BEGIN
  108.         MENUITEM "&New\tCtrl+N",                ID_FILE_NEW
  109.         MENUITEM "Pause",                       ID_FILE_PAUSE
  110.         MENUITEM "Resume",                      ID_FILE_RESUME
  111.         MENUITEM SEPARATOR
  112.         MENUITEM "Recent File",                 ID_FILE_MRU_FILE1, GRAYED
  113.         MENUITEM SEPARATOR
  114.         MENUITEM "E&xit",                       ID_APP_EXIT
  115.     END
  116.     POPUP "View"
  117.     BEGIN
  118.         MENUITEM "Auto Start",                  ID_VIEW_AUTO
  119.         MENUITEM "Auto Stop",                   ID_VIEW_AUTOSTOP
  120.         MENUITEM "Default",                     ID_VIEW_DEFAULT
  121.     END
  122.     POPUP "&Help"
  123.     BEGIN
  124.         MENUITEM "&About Cube Drop",            ID_APP_ABOUT
  125.     END
  126. END
  127.  
  128.  
  129. /////////////////////////////////////////////////////////////////////////////
  130. //
  131. // Accelerator
  132. //
  133.  
  134. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  135. BEGIN
  136.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  137.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  138.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  139.     "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL
  140.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  141.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  142.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  143.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  144.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  145.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  146.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  147.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  148.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  149.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  150. END
  151.  
  152.  
  153. /////////////////////////////////////////////////////////////////////////////
  154. //
  155. // Dialog
  156. //
  157.  
  158. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  159. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  160. CAPTION "About Cube Drop"
  161. FONT 8, "MS Sans Serif"
  162. BEGIN
  163.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,18,20
  164.     LTEXT           "Cube Drop",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  165.     LTEXT           "www.listensoftware.com",IDC_STATIC,40,25,119,8
  166.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  167. END
  168.  
  169.  
  170. #ifndef _MAC
  171. /////////////////////////////////////////////////////////////////////////////
  172. //
  173. // Version
  174. //
  175.  
  176. VS_VERSION_INFO VERSIONINFO
  177.  FILEVERSION 1,0,0,1
  178.  PRODUCTVERSION 1,0,0,1
  179.  FILEFLAGSMASK 0x3fL
  180. #ifdef _DEBUG
  181.  FILEFLAGS 0x1L
  182. #else
  183.  FILEFLAGS 0x0L
  184. #endif
  185.  FILEOS 0x4L
  186.  FILETYPE 0x1L
  187.  FILESUBTYPE 0x0L
  188. BEGIN
  189.     BLOCK "StringFileInfo"
  190.     BEGIN
  191.         BLOCK "040904b0"
  192.         BEGIN
  193.             VALUE "CompanyName", "\0"
  194.             VALUE "FileDescription", "3D Cube Drop\0"
  195.             VALUE "FileVersion", "1, 0, 0, 1\0"
  196.             VALUE "InternalName", "3DFont\0"
  197.             VALUE "LegalCopyright", "Copyright (C) 2001\0"
  198.             VALUE "OriginalFilename", "3DFont.EXE\0"
  199.             VALUE "ProductName", "3DFont Application\0"
  200.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  201.         END
  202.     END
  203.     BLOCK "VarFileInfo"
  204.     BEGIN
  205.         VALUE "Translation", 0x409, 1200
  206.     END
  207. END
  208.  
  209. #endif    // !_MAC
  210.  
  211.  
  212. /////////////////////////////////////////////////////////////////////////////
  213. //
  214. // DESIGNINFO
  215. //
  216.  
  217. #ifdef APSTUDIO_INVOKED
  218. GUIDELINES DESIGNINFO DISCARDABLE 
  219. BEGIN
  220.     IDD_ABOUTBOX, DIALOG
  221.     BEGIN
  222.         LEFTMARGIN, 7
  223.         RIGHTMARGIN, 210
  224.         TOPMARGIN, 7
  225.         BOTTOMMARGIN, 48
  226.     END
  227. END
  228. #endif    // APSTUDIO_INVOKED
  229.  
  230.  
  231. /////////////////////////////////////////////////////////////////////////////
  232. //
  233. // String Table
  234. //
  235.  
  236. STRINGTABLE PRELOAD DISCARDABLE 
  237. BEGIN
  238.     IDR_MAINFRAME           "3DFont\n\nMy3DFo\n\n\nMy3DFont.Document\nMy3DFo Document"
  239. END
  240.  
  241. STRINGTABLE PRELOAD DISCARDABLE 
  242. BEGIN
  243.     AFX_IDS_APP_TITLE       "Cube Drop"
  244.     AFX_IDS_IDLEMESSAGE     "Ready"
  245. END
  246.  
  247. STRINGTABLE DISCARDABLE 
  248. BEGIN
  249.     ID_INDICATOR_EXT        "EXT"
  250.     ID_INDICATOR_CAPS       "CAP"
  251.     ID_INDICATOR_NUM        "NUM"
  252.     ID_INDICATOR_SCRL       "SCRL"
  253.     ID_INDICATOR_OVR        "OVR"
  254.     ID_INDICATOR_REC        "REC"
  255. END
  256.  
  257. STRINGTABLE DISCARDABLE 
  258. BEGIN
  259.     ID_FILE_NEW             "Create a new document\nNew"
  260.     ID_FILE_OPEN            "Open an existing document\nOpen"
  261.     ID_FILE_CLOSE           "Close the active document\nClose"
  262.     ID_FILE_SAVE            "Save the active document\nSave"
  263.     ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
  264.     ID_FILE_PAGE_SETUP      "Change the printing options\nPage Setup"
  265.     ID_FILE_PRINT_SETUP     "Change the printer and printing options\nPrint Setup"
  266.     ID_FILE_PRINT           "Print the active document\nPrint"
  267.     ID_FILE_PRINT_PREVIEW   "Display full pages\nPrint Preview"
  268. END
  269.  
  270. STRINGTABLE DISCARDABLE 
  271. BEGIN
  272.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  273.     ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
  274. END
  275.  
  276. STRINGTABLE DISCARDABLE 
  277. BEGIN
  278.     ID_FILE_MRU_FILE1       "Open this document"
  279.     ID_FILE_MRU_FILE2       "Open this document"
  280.     ID_FILE_MRU_FILE3       "Open this document"
  281.     ID_FILE_MRU_FILE4       "Open this document"
  282.     ID_FILE_MRU_FILE5       "Open this document"
  283.     ID_FILE_MRU_FILE6       "Open this document"
  284.     ID_FILE_MRU_FILE7       "Open this document"
  285.     ID_FILE_MRU_FILE8       "Open this document"
  286.     ID_FILE_MRU_FILE9       "Open this document"
  287.     ID_FILE_MRU_FILE10      "Open this document"
  288.     ID_FILE_MRU_FILE11      "Open this document"
  289.     ID_FILE_MRU_FILE12      "Open this document"
  290.     ID_FILE_MRU_FILE13      "Open this document"
  291.     ID_FILE_MRU_FILE14      "Open this document"
  292.     ID_FILE_MRU_FILE15      "Open this document"
  293.     ID_FILE_MRU_FILE16      "Open this document"
  294. END
  295.  
  296. STRINGTABLE DISCARDABLE 
  297. BEGIN
  298.     ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
  299.     ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
  300. END
  301.  
  302. STRINGTABLE DISCARDABLE 
  303. BEGIN
  304.     ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
  305. END
  306.  
  307. STRINGTABLE DISCARDABLE 
  308. BEGIN
  309.     ID_EDIT_CLEAR           "Erase the selection\nErase"
  310.     ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
  311.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
  312.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
  313.     ID_EDIT_FIND            "Find the specified text\nFind"
  314.     ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
  315.     ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
  316.     ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
  317.     ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
  318.     ID_EDIT_UNDO            "Undo the last action\nUndo"
  319.     ID_EDIT_REDO            "Redo the previously undone action\nRedo"
  320. END
  321.  
  322. STRINGTABLE DISCARDABLE 
  323. BEGIN
  324.     ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
  325.     ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
  326. END
  327.  
  328. STRINGTABLE DISCARDABLE 
  329. BEGIN
  330.     AFX_IDS_SCSIZE          "Change the window size"
  331.     AFX_IDS_SCMOVE          "Change the window position"
  332.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  333.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  334.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  335.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  336.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  337. END
  338.  
  339. STRINGTABLE DISCARDABLE 
  340. BEGIN
  341.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  342.     AFX_IDS_SCTASKLIST      "Activate Task List"
  343. END
  344.  
  345. STRINGTABLE DISCARDABLE 
  346. BEGIN
  347.     AFX_IDS_PREVIEW_CLOSE   "Close print preview mode\nCancel Preview"
  348. END
  349.  
  350. #endif    // English (U.S.) resources
  351. /////////////////////////////////////////////////////////////////////////////
  352.  
  353.  
  354.  
  355. #ifndef APSTUDIO_INVOKED
  356. /////////////////////////////////////////////////////////////////////////////
  357. //
  358. // Generated from the TEXTINCLUDE 3 resource.
  359. //
  360. #define _AFX_NO_SPLITTER_RESOURCES
  361. #define _AFX_NO_OLE_RESOURCES
  362. #define _AFX_NO_TRACKER_RESOURCES
  363. #define _AFX_NO_PROPERTY_RESOURCES
  364.  
  365. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  366. #ifdef _WIN32
  367. LANGUAGE 9, 1
  368. #pragma code_page(1252)
  369. #endif
  370. #include "res\3DFont.rc2"  // non-Microsoft Visual C++ edited resources
  371. #include "afxres.rc"         // Standard components
  372. #include "afxprint.rc"       // printing/print preview resources
  373. #endif
  374. /////////////////////////////////////////////////////////////////////////////
  375. #endif    // not APSTUDIO_INVOKED
  376.  
  377.